An anonymous function is a function, whereas a lamdba expression is not. So, in this sample, the return only returns from the anonymous function, not from somethingifier(). As a result, we just skip the three-letter words in our loop, and we print "Done!" at the end.

Run Edit